WELCOME TO MY HTML TUTORIAL WEBSITE

learn about Block-level elements,Formatting tags,and semantic tags


Block-level elements

A block-level element always starts on a new line, and the browsers automatically add some space (a margin) before and after the element.

Example:

 <div>
     <h2>This is the Heading</h2>
     <p>To write the paragraph inside the div.</p>
</div>
    

Formating tags

Formatting tags are used to style the text and add emphasis.

Example:

        <p>This is a paragraph.<b>This is the bold word.</b>This is the italic word <i>and text </i>paragraph.</p> 
    

Semantic tags

Semantic HTML tags, also known as semantic markup, help define the meaning of content on a web page.

Example:

        <article>
             <h2> Article Heading </h2>
             <p> write the content of the article here.</p>
        </article>
    

Image Insert


Types of lists

order lists:

  1. HTML
  2. CSS
  3. python
  4. javascript
  1. HTML
  2. CSS
  3. python
  4. javascript
  1. HTML
  2. CSS
  3. python
  4. javascript

unorder lists:

description lists:

HTML
hyper text markup language
  1. Fruits
    1. mongo
    2. orange
  1. Vegetables
    1. carbage
    2. capsicum

Contact Us


Refer The My Social Media's Channels

youtube instagram twitter
©2024 HTML TUTORIAL WEBSITE